home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / utility / utilcli / rep.rdm < prev    next >
Text File  |  1997-01-18  |  1KB  |  34 lines

  1. Short:    Replaces strings in files (CLI-Pure)
  2. Author:   dck@prometheus.hol.gr (D. Keletsekis)
  3. Uploader: dck@prometheus.hol.gr (D. Keletsekis)
  4. Version:  1.1
  5. Type:     util/cli
  6. Requires: WB 2+
  7.  
  8. *** Fixed bug : Now it also works with binary files.
  9. *** Now it's smaller, faster and more flexible.
  10. *** SAS C source code included!
  11.  
  12. This is a 820 byte CLI command for replacing strings in files.
  13. It is pure and can be made resident.
  14.  
  15. Use  :   Rep FromFile/A, String/A, ToString/A, ToFile
  16.  
  17. If ToFile is not given, then FromFile will be overwriten.
  18.  
  19. There is also a GUI script included, which makes this litle
  20. command very powerful & easy to use if you want to make the
  21. same replacements in a lot of files (like in a C program).
  22.  
  23. The GUI needs a program called Gui4Cli to run it, available at :
  24.  
  25. 1.-   http://users.hol.gr/~dck/gcmain.htm
  26. 2.-   Aminet, under Dev/Gui/Gui4Cli.lha
  27.  
  28.  
  29. D. Keletsekis
  30. 28 November 1996
  31. This program is FreeWare, but remains the Copyright of D.Keletsekis.
  32. No guarantees as to it's performance and actions is made or implied.
  33. Use it at your own risk. 
  34.